home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu478.dms / pu478.adf / CONVERT / OS 2.0 / Install.script < prev   
Text File  |  1993-09-02  |  556b  |  37 lines

  1. FailAt 20
  2. Echo "*nConvert Installation Script*n"
  3.  
  4. Ask "Install Convert v2.0 for AmigaOS 2.04 ?"
  5. If NOT WARN
  6.   Skip Aborted
  7. EndIf
  8.  
  9. Echo ""
  10.  
  11. Version >NIL: LIBS:reqtools.library
  12. If ERROR
  13.   Copy libs/reqtools20.library LIBS:reqtools.library
  14.   Echo "reqtools.library copied to your Libs: directory."
  15. EndIf
  16.  
  17. Version >NIL: C:Cvt
  18. If ERROR
  19.   Copy c/Cvt C:Cvt
  20.   Echo "Shell version (Cvt) copied to your C: directory."
  21. EndIf
  22.  
  23. Lab INSTALLED
  24.  
  25. Echo ""
  26. Echo "Installation complete.*n"
  27. Skip END
  28.  
  29. Lab ABORTED
  30.  
  31. Echo "*nInstallation aborted!*n"
  32.  
  33. Lab END
  34.  
  35. Wait 5
  36. EndCLI >NIL:
  37.